home *** CD-ROM | disk | FTP | other *** search
/ Minami 49 / MINAMI49.ISO / Varios / Juegos Flash / Plucky's Snowball Bash.exe / scripts / DefineButton2_97 / BUTTONCONDACTION on(press).as
Text File  |  2003-04-29  |  174b  |  13 lines

  1. on(press){
  2.    tellTarget("/snowballs")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("/")
  7.    {
  8.       hits += "1";
  9.       score += "10";
  10.    }
  11.    gotoAndPlay(20);
  12. }
  13.